home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / BLAZER.PAK / MAKEFILE < prev    next >
Text File  |  1997-05-06  |  495b  |  17 lines

  1. #----------------------------------------------------------------------------
  2. # ObjectWindows - (c) Copyright 1996 by Borland International
  3. #----------------------------------------------------------------------------
  4.  
  5. TARGETS = blazer.exe blazer.hlp
  6. SYSTEMS = WIN32   
  7. MODELS  = fdt
  8. EXERES  = blazer
  9. OBJEXE  = blazer.obj client.obj about.obj propdlgs.obj
  10. HLP     = blazer
  11. HLP_    = blazer.hpj blazer.rtf helpids.hh
  12. OSMAJOR = 4
  13. OSMINOR = 0
  14.  
  15. !include $(BCEXAMPLEDIR)\owlmake.gen
  16.  
  17.